ilert · Example Payload

Put Heartbeat Monitors {Id}

ATTENTION: changing 'intervalSec' will regenerate the 'integrationKey', you will have to update your monitoring integrations.

Incident ManagementOn-Call AlertingAlert RoutingEscalation PoliciesOn-Call SchedulesStatus PagesHeartbeat MonitoringEvent ManagementDevOpsSREIT Operations

Put Heartbeat Monitors {Id} is an example object payload from ilert, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionmethodpathparametersrequest_bodyresponse

Example Payload

Raw ↑
{
  "summary": "Update an existing heartbeat monitor.",
  "description": "ATTENTION: changing 'intervalSec' will regenerate the 'integrationKey', you will have to update your monitoring integrations.",
  "method": "PUT",
  "path": "/heartbeat-monitors/{id}",
  "parameters": {
    "id": 1.0
  },
  "request_body": {
    "name": "string",
    "intervalSec": 1,
    "alertSummary": "string",
    "alertSource": {
      "id": 1
    }
  },
  "response": {
    "id": 1,
    "name": "string",
    "state": "UNKNOWN",
    "intervalSec": 1,
    "alertSummary": "string",
    "createdAt": "string"
  }
}